Courses > ($code) $name > Assignments
Faculty: $faculty   Year: $academic   Lecturer: $lecturer
"; } else { $ta_name = ""; while ($row = mysqli_fetch_assoc($ta_result)) { $ta_name = $ta_name.$row['Full_Name']." "; } $ta_name = trim ($ta_name); echo "
Courses > ($code) $name > Assignments
Faculty: $faculty   Year: $academic   Lecturer: $lecturer   Teaching Assistant: $ta_name
"; } } } } ?> ' . $_SESSION['info_general'] . ''; $_SESSION['info_general'] = null; } if (isset($_SESSION['info_courses'])) { echo '
' . $_SESSION['info_courses'] . '
'; $_SESSION['info_courses'] = null; } ?>
'; } else { while($row = mysqli_fetch_assoc($result)) { $title = $row['Title']; $marks = $row['Marks']; $ins = $row['Instructions']; $posted = $row['Posted_Date']; $deadline = $row['Deadline']; $att1 = $row['Attachment_link_1']; $att2 = $row['Attachment_link_2']; $att3 = $row['Attachment_link_3']; $att4 = $row['Attachment_link_4']; $id = $row['Lab_Report_ID']; $full_link = "None"; if ($att1 != "") { $full_link = "$att1"; } if($att2 != "") { $full_link = $full_link."| $att2"; } if($att3 != "") { $full_link = $full_link."| $att3"; } if($att4 != "") { $full_link = $full_link."| $att4"; } echo "

MISSED

$title
($marks Marks)

$ins

Posted: $posted     Deadline: $deadline    

Attachments: $full_link


"; } } ?>

My groups

Create group"; ?>
Invite member "; if($status == "Invited") { $extra2 = " Accept"; $extra3 = " Decline"; } echo ""; } } ?>